home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id003.dxr / 00146.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  1007 b   |  38 lines

  1. on exitFrame
  2.   if the locV of sprite 16 < 179 then
  3.     set the locV of sprite 16 to the locV of sprite 16 + 2
  4.   end if
  5.   if the locH of sprite 16 < 291 then
  6.     set the locH of sprite 16 to the locH of sprite 16 + 2
  7.   end if
  8.   if the locV of sprite 17 < 179 then
  9.     set the locV of sprite 17 to the locV of sprite 17 + 2
  10.   end if
  11.   if the locH of sprite 17 < 401 then
  12.     set the locH of sprite 17 to the locH of sprite 17 + 2
  13.   end if
  14.   if the locV of sprite 19 < 201 then
  15.     set the locV of sprite 19 to the locV of sprite 19 + 2
  16.   end if
  17.   if the locH of sprite 19 > 291 then
  18.     set the locH of sprite 19 to the locH of sprite 19 - 2
  19.   end if
  20.   if the locV of sprite 18 < 201 then
  21.     set the locV of sprite 18 to the locV of sprite 18 + 3
  22.   end if
  23.   if the locH of sprite 18 < 401 then
  24.     set the locH of sprite 18 to the locH of sprite 18 + 3
  25.   end if
  26.   updateStage()
  27.   if the timer < 9990 then
  28.     go(the frame)
  29.   else
  30.     startTimer()
  31.     go(the frame + 1)
  32.   end if
  33. end
  34.  
  35. on mouseUp
  36.   go(110)
  37. end
  38.